summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-01109-109/+109
| | | | | you start counting at 0 or 1).
* Be as portable as possibleSascha Schumann2000-01-011-1/+1
|
* Happy new year (especially to Thies :)Zeev Suraski1999-12-312-4/+2
| | | | | | - Zend branch patches merged in - get the PHP tree uptodate - Clean
* Fix linking problems with iODBC. This is from the Adabas section, soSascha Schumann1999-12-311-0/+1
| | | | | this might work for iODBC.
* First try at getting the ODBC stuff rightSascha Schumann1999-12-311-15/+9
|
* Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2Andreas Karajannis1999-12-302-27/+28
|
* Append liblber to satisfy symbols in libldapSascha Schumann1999-12-301-2/+2
|
* Fix define.Sascha Schumann1999-12-301-1/+1
| | | | | | This should be the last one, my earlier search didn't find macro names contain numbers.
* fix AC_DEFINEThies C. Arntzen1999-12-302-7/+2
|
* Propagate error condition correctlySascha Schumann1999-12-301-2/+2
|
* Ease include file selection. Let's see which cpps support this construct.Sascha Schumann1999-12-304-32/+17
|
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-3030-67/+67
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-3090-334/+137
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-30119-389/+634
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Fix -Wall warningsSascha Schumann1999-12-285-139/+143
|
* Move include into source fileSascha Schumann1999-12-282-2/+1
|
* Add neccessary includesSascha Schumann1999-12-281-1/+2
|
* non-ZTS fixThies C. Arntzen1999-12-281-2/+2
|
* Remove unneccessary include to make stand-alone build workSascha Schumann1999-12-281-1/+0
|
* Build correctly on systems which lack localtime_rSascha Schumann1999-12-271-0/+2
|
* Cache results of crypt capability checksSascha Schumann1999-12-261-28/+40
|
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-2614-27/+31
|
* - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other ↵Zeev Suraski1999-12-263-13/+13
| | | | | | | packages too) - PostgreSQL finally compiles&links
* Make PostgreSQL compile againZeev Suraski1999-12-251-1/+1
|
* - Get rid of two warningsAndi Gutmans1999-12-251-2/+2
|
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-249-18/+18
|
* - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is muchAndi Gutmans1999-12-245-9/+9
| | | | | | more tricky and I'm not sure how many places this is. zval allocations were only made directly in 11 places.
* pval->zvalThies C. Arntzen1999-12-231-39/+39
|
* @- strrev() no longer modifies arg1. (Thies)Thies C. Arntzen1999-12-231-7/+7
|
* killed warning + added reminderThies C. Arntzen1999-12-231-1/+1
|
* ZTS fixThies C. Arntzen1999-12-231-0/+2
|
* digital cc doe not like whitespaces before a # markThies C. Arntzen1999-12-231-4/+4
|
* Kill compiler warningSascha Schumann1999-12-221-1/+1
|
* Enable --with-oci8 to use relative paths as input parametersSascha Schumann1999-12-221-1/+1
|
* @- Fixed buffer overruns in iptcembed(). (Thies)Thies C. Arntzen1999-12-221-1/+1
|
* Logic fix, improved comments, better SID checkingSascha Schumann1999-12-221-15/+29
|
* Warn users, if they have disabled gpc_globals and track_vars. Also workSascha Schumann1999-12-221-12/+43
| | | | | correctly, if users have enabled track_vars/disabled gpc_globals.
* Some cleanupSascha Schumann1999-12-215-5/+0
|
* @- Fixed a bug in ODBC error reporting (Zeev)Zeev Suraski1999-12-214-1/+20
| | | | | | @- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs @ of the PHP and Zend logos used in phpinfo() (Zeev)
* Some more php3->php stuff.Andrei Zmievski1999-12-211-2/+2
|
* Correct PHP's mime type.Andrei Zmievski1999-12-211-1/+1
|
* We're using ZVAL's now.Andrei Zmievski1999-12-216-7/+7
|
* commented out select() & friends for now - we need to come up with a good ↵Thies C. Arntzen1999-12-211-2/+9
| | | | API for those!
* Ex APIEvan Klinger1999-12-211-71/+71
|
* This should get it to compile...Zeev Suraski1999-12-212-36/+36
|
* Further cleanup as including php.h is no longer harmfulSam Ruby1999-12-211-6/+1
| | | | | | - thanks to Sascha for noticing it. Tested on Linux and WinNT, should work everywhere.
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+2
|
* (PHP preg_quote) Made binary-safe.Andrei Zmievski1999-12-201-4/+7
| | | | | @ Made preg_quote() binary-safe. (Andrei)
* Made quotemeta() binary-safe.Andrei Zmievski1999-12-201-4/+7
| | | | | @ Made quotemeta() binary-safe. (Andrei)
* getParameters -> zend_get_parametersAndrei Zmievski1999-12-206-39/+39
|