summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-1616-60/+205
* Protos looks now equal in both versions.Egon Schmid2000-06-161-2/+2
* @- Changed WDDX to serialize arrays as structs only if needed. (Thies)Thies C. Arntzen2000-06-161-9/+49
* - Forgot to test check for errors in two places.Jouni Ahto2000-06-161-2/+9
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-162-7/+11
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-159-26/+26
* Use hardcoded 3600 seconds offset instead of altzone which may not be presentAndrei Zmievski2000-06-151-6/+5
* set_file_buffer was not being exported. This is now fixed.Brian Moon2000-06-151-0/+1
* @- Updated strtotime() to handle many more formats. It now has completeAndrei Zmievski2000-06-152-694/+808
* fixed typoThies C. Arntzen2000-06-151-3/+3
* - fixed problems with missing attributes due to a changeUwe Steinmann2000-06-151-12/+24
* patch from jtaskine@hit.fi - add deleted info to imap_mailboxmsginfo() andChuck Hagenbuch2000-06-151-6/+8
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-154-132/+320
* return FALSE from strftime on negative timestamp valuesHartmut Holzgraefe2000-06-141-0/+3
* Refine checkdate() fix to accept numeric strings and floating point as wellRasmus Lerdorf2000-06-141-3/+7
* Require the year arg to checkdate to be an integer - fix for bug #5034Rasmus Lerdorf2000-06-141-0/+3
* no c++ comments, pleaseThies C. Arntzen2000-06-142-2/+2
* # Prevent Hartmut finding this until it is actually implemented...Jouni Ahto2000-06-141-1/+1
* Export the necessary functions to enable servlet support to be subclassedSam Ruby2000-06-142-4/+4
* Also need to 0-terminate when adding/modifying an array of values.Stig Venaas2000-06-131-0/+1
* Think have to 0-terminate mod_values strings, got trailing garbage,Stig Venaas2000-06-131-0/+1
* We should define symlink functions only when HAVE_SYMLINK is defined.Andrei Zmievski2000-06-133-8/+16
* Include <math.h> in php_math.h. This is necessary, because we mightSascha Schumann2000-06-131-0/+1
* Delete phpdir.h. Someone moved this to php_dir.h in the past andSascha Schumann2000-06-131-44/+0
* Rename phpmath.h to php_math.h.Sascha Schumann2000-06-135-4/+4
* copy() now creates the destination file with mode 0777 again. this isThies C. Arntzen2000-06-131-1/+1
* O_APPEND breaks 'c' for DBM files - this is handledJim Jagielski2000-06-131-1/+1
* Proper castsSascha Schumann2000-06-131-1/+1
* Remove extra cast. `ch' is already of type `char *'.Sascha Schumann2000-06-131-1/+1
* Remove single ;Sascha Schumann2000-06-131-1/+0
* (php_math_number_format) Simplifying the logic also fixed bugs #4954Andrei Zmievski2000-06-131-10/+3
* Check more locations. Submitted by Anil Madhavapeddy <anil@recoil.org>Chuck Hagenbuch2000-06-131-4/+26
* @- Fixed an initialization problem in the MS-SQL problem that could causeZeev Suraski2000-06-121-5/+5
* Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized by...Zeev Suraski2000-06-121-5/+16
* making zlib module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* making oracle module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* making oci8 module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* making ldap module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* making java module compile on win32 with new directory structureFrank M. Kromann2000-06-122-4/+4
* making imap module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* making ftp module compile on win32 with new directory structureFrank M. Kromann2000-06-121-4/+4
* making exif module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* making calendar module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* Avoid using E_CORE_* errorlevels in any place which is not in the global star...Zeev Suraski2000-06-121-24/+21
* making MSSQL module compile with new directory structureFrank M. Kromann2000-06-121-4/+4
* @- Upgraded PCRE to version 3.2 and fixed a bug when anchored patternAndrei Zmievski2000-06-1215-184/+365
* Document change.Andrei Zmievski2000-06-121-0/+1
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-122-8/+8
* Make gdttf.c work with virtual dir support.Andrei Zmievski2000-06-121-0/+7
* (PHP str_pad) Terminate string with a null.Andrei Zmievski2000-06-121-2/+3