summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated help section with some more compile problems & solutionsBen Mansell2000-05-301-1/+13
|
* @- Added array_merge_recursive() that will recursively merge valuesAndrei Zmievski2000-05-303-33/+60
| | | | | @ under the same keys. (Andrei)
* retabAndrei Zmievski2000-05-301-7/+7
|
* Finally figured out what pathinfo() was all about.Andrei Zmievski2000-05-301-1/+13
|
* Altered NSAPI autoconf to check for location of include files automatically, ↵Anthony Whitehead2000-05-303-51/+82
| | | | | | | | | tested for Netscape 3.x and iPlanet 4.x. Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon. Commited a patch to activate ZTS in the NSAPI module, this patch comes from Jayakumar Muthukumarasamy.
* @- fixed crash in OCIParse when parsing invalid SQL. (Thies)Thies C. Arntzen2000-05-301-2/+8
|
* ChangeLog update2000-05-301-0/+78
|
* Forgot to update the makefileZeev Suraski2000-05-291-1/+1
|
* Fix bug #4678Zeev Suraski2000-05-292-1/+3
|
* Fix startup sequence. It should do it this time.Zeev Suraski2000-05-293-12/+22
|
* - Added disable_functions php.ini supportZeev Suraski2000-05-296-2/+46
| | | | | - Fixed Win32 build
* Allow disabling of functions for security reasonsZeev Suraski2000-05-292-0/+29
|
* warn_not_available() will be used by other modules besidesHartmut Holzgraefe2000-05-291-0/+2
| | | | | ext/standard in the (very near) future
* - License is at 2.02Andi Gutmans2000-05-292-2/+2
|
* Oh yeah, I said there's no need for it to be defined didn't I? :)Zeev Suraski2000-05-291-2/+0
|
* Clean up EXIF code and give up on extracting the embedded thumbnail forRasmus Lerdorf2000-05-293-610/+152
| | | | | | now. Will return to it when I find some real specs on it. Also added a couple of missing copyright headers
* Remove stale reference to .h fileZeev Suraski2000-05-291-3/+0
|
* There's really no need for an entire file for a one line function...Zeev Suraski2000-05-294-54/+13
|
* detabThies C. Arntzen2000-05-291-1/+1
|
* add some notesThies C. Arntzen2000-05-291-0/+9
|
* allow_call_time_pass_reference fix: similar_textThies C. Arntzen2000-05-291-1/+1
|
* Remove stale macroZeev Suraski2000-05-291-2/+0
|
* `len' is not the actual length of the string, but the possible maximumSascha Schumann2000-05-291-1/+1
| | | | | | length. This fixes a couple of problems, like not setting the cookie path correctly.
* More secure modeZeev Suraski2000-05-291-1/+1
|
* Creat is creat is creat, no openZeev Suraski2000-05-291-1/+1
|
* ChangeLog update2000-05-291-0/+81
|
* Add maintainer info for dbase extension.jim winstead2000-05-281-0/+4
|
* Remove old, unused files.jim winstead2000-05-2818-3174/+0
|
* fix license version number in sample headerjim winstead2000-05-281-2/+2
|
* - Use pointer arithmetic to speed up the function a bitAndi Gutmans2000-05-281-13/+16
|
* - This should have been done for 4.0.0.Andi Gutmans2000-05-282-3/+3
| | | | | | - Default build is without debug now. Use --enable-debug if you want a - debug build which includes leak/memory overwrite etc. detection
* Changed parameter naming some function prototypesAndreas Karajannis2000-05-281-9/+9
|
* - 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-283-6/+37
| | | | | | | var_syslog/sys_syslog which causes various problems. Submitted by: Paul Gardiner <I.T.Manager@barleychalu.co.uk>
* Make syslog module thread-safe.Sascha Schumann2000-05-284-30/+39
|
* Test scripts for ODBC addedAndreas Karajannis2000-05-286-0/+462
|
* Cosmetic changes.Andreas Karajannis2000-05-282-53/+50
|
* (php_execute_script) fix leak for phpinfo() images.Thies C. Arntzen2000-05-281-0/+4
| | | | | # maybe the activate/deactivate should be moved outside php_execute_script()?
* - added COMPILE_DL_INFORMIX to WIN32 project fileDanny Heijl2000-05-282-8/+10
|
* - Name correction.Danny Heijl2000-05-281-2/+2
|
* ChangeLog update2000-05-281-0/+55
|
* added comments to the System/Distribution specific defaultHartmut Holzgraefe2000-05-271-0/+3
| | | | | | | | path tests for gd.h ? can someone imagine a clever way to have that done for _all_ packages in a simple and general way ?
* should make SuSE 6.x users happy (and anybody else with gh.d inHartmut Holzgraefe2000-05-271-0/+3
| | | | | /usr/include/gd ... )
* Solve conflict with mysql's readdir_r check. Both defined HAVE_READDIR_R,Sascha Schumann2000-05-271-1/+2
| | | | | but with different values.
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-2710-46/+92
|
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-277-9/+9
| | | | | - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-274-4/+7
| | | | | - delimiter in save_path instead of :.
* ChangeLog update2000-05-271-0/+54
|
* NEWS update2000-05-271-0/+5
|