Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated help section with some more compile problems & solutions | Ben Mansell | 2000-05-30 | 1 | -1/+13 |
| | |||||
* | @- Added array_merge_recursive() that will recursively merge values | Andrei Zmievski | 2000-05-30 | 3 | -33/+60 |
| | | | | | @ under the same keys. (Andrei) | ||||
* | retab | Andrei Zmievski | 2000-05-30 | 1 | -7/+7 |
| | |||||
* | Finally figured out what pathinfo() was all about. | Andrei Zmievski | 2000-05-30 | 1 | -1/+13 |
| | |||||
* | Altered NSAPI autoconf to check for location of include files automatically, ↵ | Anthony Whitehead | 2000-05-30 | 3 | -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. Arntzen | 2000-05-30 | 1 | -2/+8 |
| | |||||
* | ChangeLog update | 2000-05-30 | 1 | -0/+78 | |
| | |||||
* | Forgot to update the makefile | Zeev Suraski | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Fix bug #4678 | Zeev Suraski | 2000-05-29 | 2 | -1/+3 |
| | |||||
* | Fix startup sequence. It should do it this time. | Zeev Suraski | 2000-05-29 | 3 | -12/+22 |
| | |||||
* | - Added disable_functions php.ini support | Zeev Suraski | 2000-05-29 | 6 | -2/+46 |
| | | | | | - Fixed Win32 build | ||||
* | Allow disabling of functions for security reasons | Zeev Suraski | 2000-05-29 | 2 | -0/+29 |
| | |||||
* | warn_not_available() will be used by other modules besides | Hartmut Holzgraefe | 2000-05-29 | 1 | -0/+2 |
| | | | | | ext/standard in the (very near) future | ||||
* | - License is at 2.02 | Andi Gutmans | 2000-05-29 | 2 | -2/+2 |
| | |||||
* | Oh yeah, I said there's no need for it to be defined didn't I? :) | Zeev Suraski | 2000-05-29 | 1 | -2/+0 |
| | |||||
* | Clean up EXIF code and give up on extracting the embedded thumbnail for | Rasmus Lerdorf | 2000-05-29 | 3 | -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 file | Zeev Suraski | 2000-05-29 | 1 | -3/+0 |
| | |||||
* | There's really no need for an entire file for a one line function... | Zeev Suraski | 2000-05-29 | 4 | -54/+13 |
| | |||||
* | detab | Thies C. Arntzen | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | add some notes | Thies C. Arntzen | 2000-05-29 | 1 | -0/+9 |
| | |||||
* | allow_call_time_pass_reference fix: similar_text | Thies C. Arntzen | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Remove stale macro | Zeev Suraski | 2000-05-29 | 1 | -2/+0 |
| | |||||
* | `len' is not the actual length of the string, but the possible maximum | Sascha Schumann | 2000-05-29 | 1 | -1/+1 |
| | | | | | | length. This fixes a couple of problems, like not setting the cookie path correctly. | ||||
* | More secure mode | Zeev Suraski | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Creat is creat is creat, no open | Zeev Suraski | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2000-05-29 | 1 | -0/+81 | |
| | |||||
* | Add maintainer info for dbase extension. | jim winstead | 2000-05-28 | 1 | -0/+4 |
| | |||||
* | Remove old, unused files. | jim winstead | 2000-05-28 | 18 | -3174/+0 |
| | |||||
* | fix license version number in sample header | jim winstead | 2000-05-28 | 1 | -2/+2 |
| | |||||
* | - Use pointer arithmetic to speed up the function a bit | Andi Gutmans | 2000-05-28 | 1 | -13/+16 |
| | |||||
* | - This should have been done for 4.0.0. | Andi Gutmans | 2000-05-28 | 2 | -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 prototypes | Andreas Karajannis | 2000-05-28 | 1 | -9/+9 |
| | |||||
* | - Move zend_activate_modules() to later on. | Andi Gutmans | 2000-05-28 | 1 | -5/+2 |
| | |||||
* | Remove win32/php_registry.h from include list. That slipped in by accident. | Sascha Schumann | 2000-05-28 | 1 | -1/+0 |
| | |||||
* | Use php_syslog() for system call. On OpenServer 5, syslog is defined to | Sascha Schumann | 2000-05-28 | 3 | -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 Schumann | 2000-05-28 | 4 | -30/+39 |
| | |||||
* | Test scripts for ODBC added | Andreas Karajannis | 2000-05-28 | 6 | -0/+462 |
| | |||||
* | Cosmetic changes. | Andreas Karajannis | 2000-05-28 | 2 | -53/+50 |
| | |||||
* | (php_execute_script) fix leak for phpinfo() images. | Thies C. Arntzen | 2000-05-28 | 1 | -0/+4 |
| | | | | | # maybe the activate/deactivate should be moved outside php_execute_script()? | ||||
* | - added COMPILE_DL_INFORMIX to WIN32 project file | Danny Heijl | 2000-05-28 | 2 | -8/+10 |
| | |||||
* | - Name correction. | Danny Heijl | 2000-05-28 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2000-05-28 | 1 | -0/+55 | |
| | |||||
* | added comments to the System/Distribution specific default | Hartmut Holzgraefe | 2000-05-27 | 1 | -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 in | Hartmut Holzgraefe | 2000-05-27 | 1 | -0/+3 |
| | | | | | /usr/include/gd ... ) | ||||
* | Solve conflict with mysql's readdir_r check. Both defined HAVE_READDIR_R, | Sascha Schumann | 2000-05-27 | 1 | -1/+2 |
| | | | | | but with different values. | ||||
* | a second (cleaner?) try on warnings about unsupported functions | Hartmut Holzgraefe | 2000-05-27 | 10 | -46/+92 |
| | |||||
* | - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these | Andi Gutmans | 2000-05-27 | 7 | -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 options | Andi Gutmans | 2000-05-27 | 4 | -4/+7 |
| | | | | | - delimiter in save_path instead of :. | ||||
* | ChangeLog update | 2000-05-27 | 1 | -0/+54 | |
| | |||||
* | NEWS update | 2000-05-27 | 1 | -0/+5 | |
| |