4759 Commits (2ffe85ddac3928df2f1817eafc8ff57ad9873bdf)
 

Author SHA1 Message Date
Zeev Suraski 2ffe85ddac Don't take chances with new include files 26 years ago
Zeev Suraski 5a35a6bafc Improve call_user_function() to support array($obj, $method) 26 years ago
Zeev Suraski d1f1d40527 - Make the INI entries sorted in phpinfo() 26 years ago
Zeev Suraski d4b160c0d6 - Export normalize_bool 26 years ago
b6d29b2347 ChangeLog update 26 years ago
93d51636f7 NEWS update 26 years ago
Zeev Suraski e374f6fd31 Fix a lambda() bug 26 years ago
Zeev Suraski 70345bd222 Add missing { 26 years ago
Zeev Suraski 0b7a9cea88 - Fix Win32 compilation (Use winsock2.h from now on) 26 years ago
Andi Gutmans 1f6c248909 - Update NEWS so that this is documented 26 years ago
Andi Gutmans 1b993610c1 - global/static require a trailing ';' 26 years ago
Zeev Suraski 746f01802d Update error code 26 years ago
Zeev Suraski 06388f5181 Use the new error code 26 years ago
Zeev Suraski ab36e22aeb Small optimization 26 years ago
Zeev Suraski 8a8c3eafc8 Nuke the old error code, use the new one 26 years ago
Thies C. Arntzen 22e9ff476a - 26 years ago
Andi Gutmans 45cfada9a1 - Make TSRM always compile into PHP. We can now move virtual_cwd over here. 26 years ago
efc005c078 ChangeLog update 26 years ago
110735c3bb NEWS update 26 years ago
Chuck Hagenbuch a4146cc890 patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>. 26 years ago
Andrei Zmievski 4ef2af7c72 Update header file. 26 years ago
Andrei Zmievski 1db5c7d1e2 @- Cleaned up PCRE extension and made it binary-safe. (Andrei) 26 years ago
Jouni Ahto 467c4314b8 (ucwords) Remove unnecessary code. 26 years ago
Jouni Ahto c106ab8ba0 (ucwords) Yet another fix for #4748. 26 years ago
Andrei Zmievski 48db9618b8 Some tweaks. 26 years ago
Andrei Zmievski 4c818aec33 @- Added third argument to in_array(). If it's true, then in_array() 26 years ago
Jouni Ahto 30c5b53ad1 (ucwords) Fixed fix for fix for fix for #4748. 26 years ago
Hartmut Holzgraefe a35237795f uh, off by one?!! this time it's regression-tested, fast and compact 26 years ago
Jouni Ahto 3c51a88d0c (ucwords) Another try to fix #4748. 26 years ago
Hartmut Holzgraefe f27956eb19 ucwords will now test against isspace() instead of just ==" " 26 years ago
3bd5d5dc13 ChangeLog update 26 years ago
cf10288201 NEWS update 26 years ago
Sascha Schumann dc5af6decc s/sys_syslog/std_syslog/ 26 years ago
Jouni Ahto 8fe69306dc Correct fix this time... (?) 26 years ago
Jouni Ahto 1e7c5b8562 Fix a nasty off-by-one with negative numbers. 26 years ago
Sascha Schumann 1e56dd781a Make use of already existing macro PHP_PROG_SENDMAIL 26 years ago
Zeev Suraski a00a1d12ea @- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev) 26 years ago
Sascha Schumann 7bb2af41e3 Use sed instead of tr. The tr regexp syntax does not seem to be portable 26 years ago
Zeev Suraski 898c8ead87 IS_BC isn't really being used, but still... 26 years ago
Zeev Suraski 13b67621cf Fix a bug in static initializers/default values/class member variables that contained 26 years ago
Chuck Hagenbuch 1e672d4528 monkeying Sascha's suggested change to allow relative pathnames. 26 years ago
Anthony Whitehead 678508b426 Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC. 26 years ago
Thies C. Arntzen ccacfd880b @- ignore_user_abort=Off is now default. (Thies) 26 years ago
Sascha Schumann b470fe138b The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI 26 years ago
Thies C. Arntzen ecd354ada1 just do phpinfo() and "collect" all error_reporting related ini-entries - 26 years ago
6341c60f67 ChangeLog update 26 years ago
c521aeda57 NEWS update 26 years ago
Frank M. Kromann 640c8226aa Making imap module compile on win32 and include imap_mail() function) 26 years ago
Ben Mansell 1c641cfdee Updated help section with some more compile problems & solutions 26 years ago
Andrei Zmievski 01a4220954 @- Added array_merge_recursive() that will recursively merge values 26 years ago