summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Real fix for std_syslog issue on OpenServer. This is limited to the nativeSascha Schumann2000-06-091-9/+6
* @- Changed WDDX to always serialize arrays as structs. (Andrei)Andrei Zmievski2000-06-091-1/+1
* - Parse errors in the php.ini files under Windows will no longer mess up theZeev Suraski2000-06-092-8/+27
* @ fopen_wrappers() are now extensible via modulesHartmut Holzgraefe2000-06-083-394/+522
* Add PHP_BROKEN_SPRINTF check here.Sascha Schumann2000-06-081-6/+6
* cyscape's "current" browscap.ini file doesn't terminate the last lineHartmut Holzgraefe2000-06-071-0/+1
* @- Made the short_tags, asp_tags and allow_call_time_pass_reference INI direc...Zeev Suraski2000-06-062-14/+5
* - I didn't have anything to do with this buggy code. Just kidding :)Andi Gutmans2000-06-061-2/+1
* Move main.h to php_main.h.Sascha Schumann2000-06-054-3/+59
* - Revert Thies' locale patch. It was screwing up language level things.Andi Gutmans2000-06-051-1/+1
* Fix Win32 buildZeev Suraski2000-06-041-1/+0
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-043-0/+25
* chdir returns -1 on error, so should V_CHDIRStanislav Malyshev2000-06-041-2/+2
* @ Add support for both indexed and non-indexed arrays of file uploadsRasmus Lerdorf2000-06-041-11/+57
* - Make the INI entries sorted in phpinfo()Zeev Suraski2000-06-033-0/+50
* Use the new error codeZeev Suraski2000-06-022-58/+0
* s/sys_syslog/std_syslog/Sascha Schumann2000-06-011-3/+3
* @- ignore_user_abort=Off is now default. (Thies)Thies C. Arntzen2000-05-311-1/+1
* Fix startup sequence. It should do it this time.Zeev Suraski2000-05-292-12/+18
* - Added disable_functions php.ini supportZeev Suraski2000-05-292-1/+19
* warn_not_available() will be used by other modules besidesHartmut Holzgraefe2000-05-291-0/+2
* - License is at 2.02Andi Gutmans2000-05-292-2/+2
* Clean up EXIF code and give up on extracting the embedded thumbnail forRasmus Lerdorf2000-05-292-0/+50
* Remove stale reference to .h fileZeev Suraski2000-05-291-3/+0
* Creat is creat is creat, no openZeev Suraski2000-05-291-1/+1
* - Move zend_activate_modules() to later on.Andi Gutmans2000-05-281-5/+2
* Remove win32/php_registry.h from include list. That slipped in by accident.Sascha Schumann2000-05-281-1/+0
* Use php_syslog() for system call. On OpenServer 5, syslog is defined toSascha Schumann2000-05-282-5/+36
* (php_execute_script) fix leak for phpinfo() images.Thies C. Arntzen2000-05-281-0/+4
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-271-5/+2
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-271-1/+1
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-271-2/+2
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-0/+6
* The behaviour for result == NULL || entry == NULL is undefined.Sascha Schumann2000-05-241-3/+2
* If no further directory exists, php_readdir_r() returns success and setsSascha Schumann2000-05-241-1/+3
* Support old-style readdir_r()Sascha Schumann2000-05-241-0/+15
* Avoid building two versions of the time-related reentrant functions.Sascha Schumann2000-05-241-0/+5
* another bunch of proto fixesHartmut Holzgraefe2000-05-232-2/+4
* - Virtual current working directory is now enabledAndi Gutmans2000-05-233-8/+43
* Some systems don't have dirent.h. Wrap include appropiately.Sascha Schumann2000-05-231-0/+2
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-232-0/+50
* Add POSIX-like readdir_r for Win32Sascha Schumann2000-05-231-0/+1
* - Support virtual unlink()Andi Gutmans2000-05-233-0/+19
* fixed newly introduced crashThies C. Arntzen2000-05-231-1/+1
* bump version to 4.0.1-devThies C. Arntzen2000-05-231-1/+1
* fix for bug #2852 : argc inconsistencyHartmut Holzgraefe2000-05-221-22/+24
* - Move activate_models() back to where it was. I don't want to make suchAndi Gutmans2000-05-211-2/+2
* - Fix Apache php source highlighting mode. It was crashing due to theAndi Gutmans2000-05-211-1/+4
* fix the fix (it's still a hack)Thies C. Arntzen2000-05-191-1/+6
* make sigchild handler more robust.Thies C. Arntzen2000-05-191-2/+2