| Commit message (Expand) | Author | Age | Files | Lines |
* | Make trim strip \0 to match php 3 | Rasmus Lerdorf | 2000-06-07 | 1 | -2/+2 |
* | - Added functions imagewbmp(), imagecreatefromxbm(). | Jouni Ahto | 2000-06-07 | 2 | -249/+229 |
* | @- Added str_pad() for padding a string with an arbitrary string on left or | Andrei Zmievski | 2000-06-06 | 3 | -0/+71 |
* | - add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(), | Uwe Steinmann | 2000-06-06 | 2 | -16/+139 |
* | Modified Makefile.in so scanf.c compiles | Clayton Collie | 2000-06-06 | 1 | -1/+1 |
* | - Preparing to add new image types to gd module. | Jouni Ahto | 2000-06-06 | 1 | -0/+29 |
* | Added sscanf() function. | Clayton Collie | 2000-06-06 | 7 | -2/+1413 |
* | - I didn't have anything to do with this buggy code. Just kidding :) | Andi Gutmans | 2000-06-06 | 1 | -2/+1 |
* | adding definition for EWOULDBLOCK for Win32 to compile | Frank M. Kromann | 2000-06-06 | 1 | -0/+1 |
* | added missing '/' to closing <center> tag (BUG ID #4416) | Hartmut Holzgraefe | 2000-06-06 | 1 | -1/+1 |
* | added T1LIB information to info function | Hartmut Holzgraefe | 2000-06-06 | 1 | -0/+4 |
* | add check for stdbool.h | Thies C. Arntzen | 2000-06-06 | 3 | -2/+11 |
* | bool -> int | Thies C. Arntzen | 2000-06-06 | 1 | -1/+1 |
* | @- added fflush() function. (Eric Huss) | Thies C. Arntzen | 2000-06-06 | 3 | -0/+39 |
* | hashtable.h -> expat_hashtable.h | Thies C. Arntzen | 2000-06-06 | 1 | -1/+1 |
* | Adding correct compiler directives for Win32 compilation | Frank M. Kromann | 2000-06-06 | 2 | -3/+3 |
* | Use common naming convention. | Joey Smith | 2000-06-06 | 2 | -1/+1 |
* | Get the version #'s right... | Joey Smith | 2000-06-06 | 1 | -5/+5 |
* | Move to the Z_*_PP macros. | Sterling Hughes | 2000-06-06 | 1 | -69/+69 |
* | Move hashtable.h to expat_hashtable.h. | Sascha Schumann | 2000-06-06 | 2 | -1/+1 |
* | Move global.h to php_global.h. | Sascha Schumann | 2000-06-05 | 2 | -1/+1 |
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 2 | -2/+2 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 91 | -1106/+1106 |
* | Oops, fixed slight miscue there. Now it works. | Rasmus Lerdorf | 2000-06-05 | 1 | -7/+7 |
* | - Restore locale settings to state they were at module startup if they | Jouni Ahto | 2000-06-05 | 1 | -1/+2 |
* | @ Clean up constants in flock() function and add optional 3rd arg which | Rasmus Lerdorf | 2000-06-05 | 1 | -10/+17 |
* | Getting exif module to compile on win32 | Frank M. Kromann | 2000-06-05 | 2 | -3/+3 |
* | fixing compiler directive so the module will actually build a php module | Frank M. Kromann | 2000-06-05 | 1 | -3/+3 |
* | - should now compile and configure with libxml 2.0.0 | Uwe Steinmann | 2000-06-05 | 2 | -2/+2 |
* | compile fix regarding bug report #4780 | Hartmut Holzgraefe | 2000-06-05 | 1 | -1/+1 |
* | (pg_connect) Missed adding reference to link. | Jouni Ahto | 2000-06-04 | 1 | -0/+1 |
* | Fix Win32 build | Zeev Suraski | 2000-06-04 | 2 | -2/+0 |
* | - Added functions pg_loimport(), pg_loexport(). | Jouni Ahto | 2000-06-04 | 2 | -21/+105 |
* | @ Add SWF support to getimagesize() function (Derick Rethans) | Rasmus Lerdorf | 2000-06-04 | 1 | -0/+35 |
* | \0 is part of they key, but not of the variable | Stanislav Malyshev | 2000-06-04 | 1 | -2/+2 |
* | add opendir to VIRTUAL_DIR | Stanislav Malyshev | 2000-06-04 | 1 | -1/+1 |
* | chdir returns 0 on success, compare against it | Stanislav Malyshev | 2000-06-04 | 1 | -1/+1 |
* | - Allow all functions that receive user-defined function callbacks to accept | Zeev Suraski | 2000-06-03 | 3 | -12/+7 |
* | - Make the INI entries sorted in phpinfo() | Zeev Suraski | 2000-06-03 | 1 | -0/+1 |
* | Small optimization | Zeev Suraski | 2000-06-02 | 1 | -3/+6 |
* | patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>. | Chuck Hagenbuch | 2000-06-01 | 1 | -0/+2 |
* | Update header file. | Andrei Zmievski | 2000-06-01 | 1 | -1/+4 |
* | @- Cleaned up PCRE extension and made it binary-safe. (Andrei) | Andrei Zmievski | 2000-06-01 | 1 | -88/+88 |
* | (ucwords) Remove unnecessary code. | Jouni Ahto | 2000-06-01 | 1 | -4/+1 |
* | (ucwords) Yet another fix for #4748. | Jouni Ahto | 2000-06-01 | 1 | -1/+2 |
* | Some tweaks. | Andrei Zmievski | 2000-06-01 | 1 | -4/+4 |
* | @- Added third argument to in_array(). If it's true, then in_array() | Andrei Zmievski | 2000-06-01 | 1 | -8/+15 |
* | (ucwords) Fixed fix for fix for fix for #4748. | Jouni Ahto | 2000-06-01 | 1 | -2/+4 |
* | uh, off by one?!! this time it's regression-tested, fast and compact | Hartmut Holzgraefe | 2000-06-01 | 1 | -13/+6 |
* | (ucwords) Another try to fix #4748. | Jouni Ahto | 2000-06-01 | 1 | -12/+19 |