summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make trim strip \0 to match php 3Rasmus Lerdorf2000-06-071-2/+2
* - Added functions imagewbmp(), imagecreatefromxbm().Jouni Ahto2000-06-072-249/+229
* @- Added str_pad() for padding a string with an arbitrary string on left orAndrei Zmievski2000-06-063-0/+71
* - add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(),Uwe Steinmann2000-06-062-16/+139
* Modified Makefile.in so scanf.c compilesClayton Collie2000-06-061-1/+1
* - Preparing to add new image types to gd module.Jouni Ahto2000-06-061-0/+29
* Added sscanf() function.Clayton Collie2000-06-067-2/+1413
* - I didn't have anything to do with this buggy code. Just kidding :)Andi Gutmans2000-06-061-2/+1
* adding definition for EWOULDBLOCK for Win32 to compileFrank M. Kromann2000-06-061-0/+1
* added missing '/' to closing <center> tag (BUG ID #4416)Hartmut Holzgraefe2000-06-061-1/+1
* added T1LIB information to info functionHartmut Holzgraefe2000-06-061-0/+4
* add check for stdbool.hThies C. Arntzen2000-06-063-2/+11
* bool -> intThies C. Arntzen2000-06-061-1/+1
* @- added fflush() function. (Eric Huss)Thies C. Arntzen2000-06-063-0/+39
* hashtable.h -> expat_hashtable.hThies C. Arntzen2000-06-061-1/+1
* Adding correct compiler directives for Win32 compilationFrank M. Kromann2000-06-062-3/+3
* Use common naming convention.Joey Smith2000-06-062-1/+1
* Get the version #'s right...Joey Smith2000-06-061-5/+5
* Move to the Z_*_PP macros.Sterling Hughes2000-06-061-69/+69
* Move hashtable.h to expat_hashtable.h.Sascha Schumann2000-06-062-1/+1
* Move global.h to php_global.h.Sascha Schumann2000-06-052-1/+1
* Move main.h to php_main.h.Sascha Schumann2000-06-052-2/+2
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-0591-1106/+1106
* Oops, fixed slight miscue there. Now it works.Rasmus Lerdorf2000-06-051-7/+7
* - Restore locale settings to state they were at module startup if theyJouni Ahto2000-06-051-1/+2
* @ Clean up constants in flock() function and add optional 3rd arg whichRasmus Lerdorf2000-06-051-10/+17
* Getting exif module to compile on win32Frank M. Kromann2000-06-052-3/+3
* fixing compiler directive so the module will actually build a php moduleFrank M. Kromann2000-06-051-3/+3
* - should now compile and configure with libxml 2.0.0Uwe Steinmann2000-06-052-2/+2
* compile fix regarding bug report #4780Hartmut Holzgraefe2000-06-051-1/+1
* (pg_connect) Missed adding reference to link.Jouni Ahto2000-06-041-0/+1
* Fix Win32 buildZeev Suraski2000-06-042-2/+0
* - Added functions pg_loimport(), pg_loexport().Jouni Ahto2000-06-042-21/+105
* @ Add SWF support to getimagesize() function (Derick Rethans)Rasmus Lerdorf2000-06-041-0/+35
* \0 is part of they key, but not of the variableStanislav Malyshev2000-06-041-2/+2
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-041-1/+1
* chdir returns 0 on success, compare against itStanislav Malyshev2000-06-041-1/+1
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-033-12/+7
* - Make the INI entries sorted in phpinfo()Zeev Suraski2000-06-031-0/+1
* Small optimizationZeev Suraski2000-06-021-3/+6
* patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>.Chuck Hagenbuch2000-06-011-0/+2
* Update header file.Andrei Zmievski2000-06-011-1/+4
* @- Cleaned up PCRE extension and made it binary-safe. (Andrei)Andrei Zmievski2000-06-011-88/+88
* (ucwords) Remove unnecessary code.Jouni Ahto2000-06-011-4/+1
* (ucwords) Yet another fix for #4748.Jouni Ahto2000-06-011-1/+2
* Some tweaks.Andrei Zmievski2000-06-011-4/+4
* @- Added third argument to in_array(). If it's true, then in_array()Andrei Zmievski2000-06-011-8/+15
* (ucwords) Fixed fix for fix for fix for #4748.Jouni Ahto2000-06-011-2/+4
* uh, off by one?!! this time it's regression-tested, fast and compactHartmut Holzgraefe2000-06-011-13/+6
* (ucwords) Another try to fix #4748.Jouni Ahto2000-06-011-12/+19