summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* (php_dl) treat path as absolute if it starts with '/'Thies C. Arntzen2000-05-081-1/+1
* Move <syslog.h> inclusion into php_syslog.h. This will make sure thatSascha Schumann2000-05-073-8/+6
* On some systems, <syslog.h> defines syslog to another symbol, so thatSascha Schumann2000-05-061-0/+3
* Fixes for possible failure of zend_eval_string().Andrei Zmievski2000-05-061-1/+4
* Move dlopen in -ldl check to configure.in. This should ensure that if libdlSascha Schumann2000-05-051-17/+5
* Put in a hack, so that users can compile PHP, even if the configure-timeSascha Schumann2000-05-051-0/+11
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-043-16/+16
* Determine first whether we will use ZTS mode or not.Sascha Schumann2000-05-041-2/+2
* Let's enable assert by default since it's so useful.Andrei Zmievski2000-05-031-1/+1
* - Shouldn't be needed. The configuration mechanism makes sure this isAndi Gutmans2000-05-021-3/+0
* Make php_dl() respect the configured extension_dir setting.Sascha Schumann2000-05-021-4/+5
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* - Take Sascha's advice and create on V_OPEN() which replaces open().Andi Gutmans2000-04-301-7/+7
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* @ Updated natural comparison/sorting algorithm by Martin PoolAndrei Zmievski2000-04-291-51/+83
* Fix an empty arrays condition and optimize a bit.Andrei Zmievski2000-04-281-0/+9
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-282-13/+2
* More error handling work (still completely disabled)Zeev Suraski2000-04-271-1/+1
* TODO update and fix for C++ comments.Andrei Zmievski2000-04-271-1/+1
* Small proto fix.Sterling Hughes2000-04-261-1/+1
* @Added substr_count() from Peter Kovacs. (Andrei)Andrei Zmievski2000-04-263-0/+55
* - Get rid of newly introduced warningZeev Suraski2000-04-241-1/+1
* RINIT was called twice for modules loaded vi php.iniThies C. Arntzen2000-04-241-2/+1
* Exterminate warnings.Andrei Zmievski2000-04-241-2/+2
* The third argument to fseek() is now one of the standard SEEK_* constants.Andrei Zmievski2000-04-241-5/+9
* @-Add an optional third argument to fseek to indicate were to seek from. (Ste...Sterling Hughes2000-04-231-4/+10
* - In Windows RAND_MAX is defined in stdlib.hAndi Gutmans2000-04-222-1/+2
* - Hopefully fix mt_rand() functions under Windows. This patch will effectAndi Gutmans2000-04-221-2/+5
* add VDIR infoThies C. Arntzen2000-04-211-0/+6
* - Fix virtual cwd bugZeev Suraski2000-04-202-4/+4
* Fix Win32 compilation. Hillarious April 1st joke!Zeev Suraski2000-04-191-5/+2
* A little easter egg for April 1st ... :)Colin Viebrock2000-04-192-4/+20
* Just a type cast is sufficient.Andrei Zmievski2000-04-191-2/+2
* fgetcsv() patch from Nick TalbottRasmus Lerdorf2000-04-191-7/+33
* phpcredits() update.Zeev Suraski2000-04-191-1/+6
* @- Fixed long2ip() to return the correct IP address. (Evan)Evan Klinger2000-04-181-2/+2
* Corrected some protos.Egon Schmid2000-04-181-7/+6
* Document the ob_*() functionsZeev Suraski2000-04-181-0/+16
* Have forgotten myself.Egon Schmid2000-04-171-1/+1
* Move this check to the main configure.in file. Fixes #3979Rasmus Lerdorf2000-04-161-2/+0
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-154-6/+6
* @ Fix bug in number_format (Jon Forsberg)Andi Gutmans2000-04-151-1/+2
* Small corrections.Egon Schmid2000-04-141-1/+1
* Add the documentation team to the credits pageZeev Suraski2000-04-141-1/+5
* @- array_walk() now automatically resets the array. (Andrei)Andrei Zmievski2000-04-131-0/+2