Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0b3'.php-4.0b3 | SVN Migration | 1999-11-19 | 5 | -81/+38 |
| | |||||
* | final news update before 4.0b3 | Stig Bakken | 1999-11-16 | 1 | -1/+1 |
| | |||||
* | final changelog update before 4.0b3 | Stig Bakken | 1999-11-16 | 1 | -0/+5 |
| | |||||
* | 4.0b3 coming up | Stig Bakken | 1999-11-16 | 2 | -2/+2 |
| | |||||
* | ChangeLog update | 1999-11-16 | 1 | -0/+16 | |
| | |||||
* | cleaning up | Andrei Zmievski | 1999-11-15 | 1 | -3/+3 |
| | |||||
* | ChangeLog update | 1999-11-15 | 1 | -0/+54 | |
| | |||||
* | NEWS update | 1999-11-15 | 1 | -0/+5 | |
| | |||||
* | (php_minit_mcrypt): Also allow never versions of mcrypt | Sascha Schumann | 1999-11-15 | 1 | -1/+1 |
| | |||||
* | (php_minit_mhash): Don't use REGISTER_LONG_CONSTANT macro, because we | Sascha Schumann | 1999-11-15 | 1 | -1/+1 |
| | | | | | don't have a fixed size array of chars (this used to work nevertheless). | ||||
* | (PHP mhash): don't segfault, if mhash_end() returns NULL | Sascha Schumann | 1999-11-14 | 1 | -2/+6 |
| | |||||
* | Check for db1/ndbm.h and use it in db. Fixes #2647 | Sascha Schumann | 1999-11-14 | 2 | -0/+6 |
| | |||||
* | - Fixing warnings in regex | Andi Gutmans | 1999-11-14 | 5 | -14/+14 |
| | |||||
* | (PHP k[r]sort) now use compare_function from libzend to be consistent with ↵ | Thies C. Arntzen | 1999-11-14 | 2 | -16/+35 |
| | | | | the language-core. | ||||
* | - Remove ISAPI project from main dir as it's been copied to sapi/isapi | Andi Gutmans | 1999-11-14 | 2 | -1/+3 |
| | |||||
* | clearify | Thies C. Arntzen | 1999-11-14 | 1 | -1/+2 |
| | |||||
* | @- ucfirst()/ucwords() no longer modify arg1. (Thies) | Thies C. Arntzen | 1999-11-14 | 1 | -5/+9 |
| | | | | | (PHP ucfirst,ucwords) no longer modify arg1 | ||||
* | @- Fixed strtr() not to modify arg1. (Thies) | Thies C. Arntzen | 1999-11-14 | 1 | -6/+7 |
| | | | | | (PHP strtr) no longer modifies arg1. | ||||
* | (ext/informix) Added WIN32 build files for informix driver | Danny Heijl | 1999-11-14 | 6 | -69/+429 |
| | | | | | | | and make it compile with ZTS @ -Added Win32 build files for Informix driver @ and make it compile with ZTS (danny) | ||||
* | @Added tmpfile() function (Stig) | Stig Bakken | 1999-11-14 | 4 | -5/+19 |
| | | | | | Removed the mkstemp stuff and added tmpfile() function instead. | ||||
* | - Fix comment as to Joey's findings | Andi Gutmans | 1999-11-14 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 1999-11-14 | 1 | -0/+113 | |
| | |||||
* | These are inserted automatically now. | Andrei Zmievski | 1999-11-13 | 1 | -16/+0 |
| | |||||
* | It's in array.c now. | Andrei Zmievski | 1999-11-13 | 1 | -2/+0 |
| | |||||
* | Split array functions into separate module. | Andrei Zmievski | 1999-11-13 | 6 | -1912/+2026 |
| | |||||
* | Suck in prototypes correctly with applied aliases | Sascha Schumann | 1999-11-13 | 4 | -0/+26 |
| | | | | | (otherwise php_reg* would not be prototyped) | ||||
* | - Fix crash with string offset assignments. | Andi Gutmans | 1999-11-13 | 1 | -1/+1 |
| | |||||
* | - Make Win32 compile again | Andi Gutmans | 1999-11-13 | 3 | -3/+13 |
| | |||||
* | Allow --with-apxs and --with-regex=apache | Sascha Schumann | 1999-11-13 | 1 | -2/+5 |
| | |||||
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 15 | -29/+89 |
| | | | | | | | system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache". | ||||
* | Remove libtool targets | Sascha Schumann | 1999-11-13 | 0 | -0/+0 |
| | |||||
* | - remove extra CPPFLAGS from top-level Makefile | Sascha Schumann | 1999-11-13 | 4 | -7/+7 |
| | | | | | - HSREGEX defaults to what the user wants, but can be changed now internally | ||||
* | Export CPPFLAGS to propagate additional flags | Sascha Schumann | 1999-11-13 | 1 | -0/+1 |
| | |||||
* | Fix typo (escape sign was one off) | Sascha Schumann | 1999-11-13 | 1 | -1/+1 |
| | |||||
* | preparing 4.0b3-RC5 | Sascha Schumann | 1999-11-13 | 2 | -2/+2 |
| | |||||
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 41 | -41/+3 |
| | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
* | (AC_EXPAND_PATH) Expand relative paths completely | Sascha Schumann | 1999-11-13 | 1 | -1/+3 |
| | |||||
* | ChangeLog update | 1999-11-13 | 1 | -0/+30 | |
| | |||||
* | NEWS update | 1999-11-13 | 1 | -0/+2 | |
| | |||||
* | Enable selective regex library compilation. | Sascha Schumann | 1999-11-12 | 4 | -43/+36 |
| | |||||
* | upgrade regex library to alpha3.8 | Sascha Schumann | 1999-11-12 | 20 | -358/+484 |
| | | | | | @- Upgraded regex library to alpha3.8 (Sascha) | ||||
* | added missing function-alias | Thies C. Arntzen | 1999-11-12 | 1 | -0/+3 |
| | |||||
* | oops, didn't mean to activate this! | Thies C. Arntzen | 1999-11-12 | 1 | -2/+2 |
| | |||||
* | @- Fixed selecting nested-tables in OCI8. (Thies) | Thies C. Arntzen | 1999-11-12 | 1 | -1/+10 |
| | | | | | fixed mested-tables again (broke it when resourcified the driver) | ||||
* | ChangeLog update | 1999-11-12 | 1 | -0/+7 | |
| | |||||
* | NEWS update | 1999-11-12 | 1 | -0/+1 | |
| | |||||
* | # Add some ext's here | Rasmus Lerdorf | 1999-11-11 | 1 | -8/+36 |
| | |||||
* | @- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies) | Thies C. Arntzen | 1999-11-11 | 1 | -6/+6 |
| | | | | | (PHP fopen) commands send to a FTP-server need to end in "\r\n" (RFC 854) | ||||
* | ChangeLog update | 1999-11-11 | 1 | -0/+22 | |
| | |||||
* | Fixing the use of mssql.textsize in pconnect() | Frank M. Kromann | 1999-11-10 | 1 | -14/+6 |
| |