1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Commit Graph

18890 Commits

Author SHA1 Message Date
SVN Migration
d391faffe6 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2003-03-06 16:29:06 +00:00
foobar
41ab6de3aa I was bored.. 2003-03-05 18:48:04 +00:00
Ilia Alshanetsky
7559d17ec1 Bug fixing news. 2003-03-05 17:03:03 +00:00
Ilia Alshanetsky
2cc9d8537f MFH 2003-03-05 17:00:25 +00:00
Ilia Alshanetsky
98c17e6cee GD news. 2003-03-05 16:24:05 +00:00
Ilia Alshanetsky
9b8cdd7fe9 MFH 2003-03-05 16:19:18 +00:00
SVN Migration
66736faf95 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2003-03-05 16:19:09 +00:00
foobar
d63aa79f79 MFH 2003-03-05 16:12:41 +00:00
Ilia Alshanetsky
52e84a5f0b MFH 2003-03-05 16:08:21 +00:00
Ilia Alshanetsky
68679a9d0e Synchronized bundled gd with gd 2.0.11 (bug fixes).
MFH
  1) Use Zend allocation macros instead of native allocation functions.
  2) Better error reporting mechanism.
  3) Some style fixes, which allow easier code synchronization & maintenance.
2003-03-05 16:04:20 +00:00
Corne' Cornelius
81b97d6f8e - MFH: 1.88 2003-03-05 13:20:44 +00:00
Corne' Cornelius
f42ff6e563 - MFH: 1.87 2003-03-05 09:39:53 +00:00
Moriyoshi Koizumi
3c0d44c580 MFH: added missing phpinfo entry (Russian support) 2003-03-05 06:16:54 +00:00
Wez Furlong
c106213d5c Fix some signed/unsigned issues with read() and SSL_read() return values.
Allow SSL_connect() to retry for non-blocking sockets.
Correctly declare the char as unsigned for php_stream_getc(), as per
fgetc() semantics.
2003-03-05 01:28:45 +00:00
Moriyoshi Koizumi
e46f133a2b MFH: Added a test case for bug #22510 2003-03-04 19:52:48 +00:00
SVN Migration
668d8f88c1 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2003-03-04 19:52:23 +00:00
foobar
3dece9cd5c MFH 2003-03-04 19:00:11 +00:00
Moriyoshi Koizumi
26cb6a8d20 MFH: 64bit fix 2003-03-04 17:20:27 +00:00
Moriyoshi Koizumi
a8b620a91f MFH: 64bit long fix 2003-03-04 17:14:56 +00:00
Ilia Alshanetsky
802a410834 MFH 2003-03-04 16:35:02 +00:00
Ilia Alshanetsky
ed2ea558a8 Bug fixing news. 2003-03-04 16:22:00 +00:00
Ilia Alshanetsky
e32ebf58c7 MFH 2003-03-04 16:20:51 +00:00
Ilia Alshanetsky
276a43792c Compiler warning fix. 2003-03-04 16:20:24 +00:00
Ilia Alshanetsky
114afad93d MFH 2003-03-04 16:09:17 +00:00
foobar
47ea35f85b adding news entry for disable_classes addition 2003-03-04 14:24:48 +00:00
Christian Stocker
161db1b519 make it really W3C compatible (unlink node, when in tree...) 2003-03-04 13:29:18 +00:00
Edin Kadribasic
8d2773e188 Update credits. 2003-03-03 21:56:51 +00:00
Edin Kadribasic
03ab5315d5 BFN 2003-03-03 21:30:19 +00:00
Edin Kadribasic
17479b8a0f Enabled mcrypt_generic_deinit() on windows (#22520) 2003-03-03 21:23:48 +00:00
Harald Radi
9c4f6365b8 MFH: adding disable_classes ini directive 2003-03-03 01:54:29 +00:00
Harald Radi
fc25077468 MFH: adding placeholder for the new disable_classes directive 2003-03-03 01:31:48 +00:00
foobar
3e983d2bc6 MFH 2003-03-02 18:52:37 +00:00
foobar
3daa76dd25 MFH 2003-03-02 18:51:10 +00:00
foobar
5ae27dbe85 MFH: fix bug #22485 2003-03-02 18:47:54 +00:00
Ilia Alshanetsky
095595dd61 New function news. 2003-03-02 14:38:54 +00:00
Pierre Joye
d33ceff2a5 Update credits 2003-03-01 01:16:00 +00:00
Pierre Joye
61dd954da2 MFH imageistruecolor, imagesavealpha 2003-03-01 01:15:47 +00:00
Rasmus Lerdorf
70432e3bef @- Crash bug fix. If config-file-scan-dir is set and contains .ini files
but there is no top php.ini file, we would get a segfault.  (Rasmus)
2003-02-28 20:44:47 +00:00
Moriyoshi Koizumi
18e06aefee Was actually an ucwords() problem... 2003-02-28 13:32:46 +00:00
foobar
659a5ca923 BFN 2003-02-28 10:23:05 +00:00
Hartmut Holzgraefe
dcb20d8fd6 MFphp5 2003-02-28 08:43:51 +00:00
foobar
488f38424e BFN 2003-02-28 07:35:58 +00:00
foobar
7323b80041 - MFH: Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).
(Phil Oleson <poleson@verio.net>)
2003-02-28 07:35:11 +00:00
Hartmut Holzgraefe
a14adbcafe MFphp5 2003-02-28 06:51:31 +00:00
Ilia Alshanetsky
0570451948 MFH 2003-02-27 20:38:22 +00:00
Ilia Alshanetsky
c1170b27fc Bug fixing news. 2003-02-27 16:42:42 +00:00
Ilia Alshanetsky
01ad5f9b94 MFH 2003-02-27 16:41:44 +00:00
Sascha Schumann
97301cbc36 MFH 2003-02-27 10:07:59 +00:00
Corne' Cornelius
92600eeb76 - MFH: Segfault in ifx_errormsg() 2003-02-27 09:00:52 +00:00
Rasmus Lerdorf
a731bd9f44 Get rid of an unnecessary syscall on non-Windows. We don't need two
setitimer() calls here in order to reset the timer.
2003-02-26 22:17:35 +00:00